home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Plotting
/
GnuTerm_1.1a
/
Source
/
NeXT
/
gnuviewController.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-19
|
283 b
|
23 lines
#import <appkit/appkit.h>
@interface gnuviewController:Object
{
id window;
id gnuView;
id activateButton;
id controller;
}
- window;
- windowWillClose:sender;
- windowDidBecomeMain:sender;
- gnuView;
- activatePushed:sender;
- deactivate:sender;
- activate:sender;
@end